Html Css Color HEX #C3082E Cardinal

📋 copy color: '#C3082E'

red 195 ◦ green 8 ◦ blue 46

#C3082E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C3082E

Tints of Cardinal #C3082E

RGB

 RED value IS 195 (76.56% from 255) = 78.31%

 GREEN value IS 8 (3.52% from 255) = 3.21%

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 78.31%
G = 3.21%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3082E (or 0xC3082E) is known color: Cardinal. HEX triplet: C3, 08 and 2E. RGB value is (195,8,46). Sum of RGB (Red+Green+Blue) = 195+8+46=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C3082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3082E is #3CF7D1. Grayscale: #444444. Windows color (decimal): -3995602 or 3016899. OLE color: 3016899.

HSL color Cylindrical-coordinate representation of color #C3082E: hue angle of 347.81º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3082E is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 8 46 -
CMYK 0 0.96 0.76 0.24
HSL 347.81º 0.92% 0.4% -
HSV(B) 347.81º 0.96% 0.76% -
XYZ 23.09 11.97 3.68 -
YUV 68.25 115.45 218.41 -
System Red Green Blue C M Y K H S L
Decimal 195 8 46 0 0.96 0.76 0.24 347.81 0.92 0.4
Hex C3 8 2E 0 60 4C 18 15C 5C 28
Octal 303 10 56 0 140 114 30 534 134 50
Binary 11000011 1000 101110 0 1100000 1001100 11000 101011100 1011100 101000

Color Harmonies of #C3082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3082E

Black with #C3082E

Text Example


Text Example

White with #C3082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3082E; }

 p { color: rgb(195,8,46); }

 H1.HeaderClassName
 {
   color: #C3082E;
 }
 .AnyTagClassName
 {
   color: #C3082E;
 }
</style>

background-color css

<style>
 a { background-color: #C3082E; }

 a { background-color: rgb(195,8,46); }

 div.DivClassName
 {
   background-color: #C3082E;
 }
 .BgClassName
 {
   background-color: #C3082E;
 }
</style>

border-color css

<style>
 span { border-color: #C3082E; }

 span { border-color: rgb(195,8,46); }

 td.TdClassName
 {
   border-color: #C3082E;
 }
 .TagClassName
 {
   border-color: #C3082E;
 }
</style>