Html Css Color HEX #C3062F Cardinal

📋 copy color: '#C3062F'

red 195 ◦ green 6 ◦ blue 47

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

Shades of Cardinal #C3062F

Tints of Cardinal #C3062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 78.63%
G = 2.42%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3062F (or 0xC3062F) is known color: Cardinal. HEX triplet: C3, 06 and 2F. RGB value is (195,6,47). Sum of RGB (Red+Green+Blue) = 195+6+47=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C3062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3062F is #3CF9D0. Grayscale: #434343. Windows color (decimal): -3996113 or 3081923. OLE color: 3081923.

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

Color convert

RGB 195 6 47 -
CMYK 0 0.97 0.76 0.24
HSL 346.98º 0.94% 0.39% -
HSV(B) 346.98º 0.97% 0.76% -
XYZ 23.08 11.94 3.78 -
YUV 67.19 116.62 219.17 -
System Red Green Blue C M Y K H S L
Decimal 195 6 47 0 0.97 0.76 0.24 346.98 0.94 0.39
Hex C3 6 2F 0 61 4C 18 15B 5E 27
Octal 303 6 57 0 141 114 30 533 136 47
Binary 11000011 110 101111 0 1100001 1001100 11000 101011011 1011110 100111

Color Harmonies of #C3062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3062F

Black with #C3062F

Text Example


Text Example

White with #C3062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3062F; }

 p { color: rgb(195,6,47); }

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

background-color css

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

 a { background-color: rgb(195,6,47); }

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

border-color css

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

 span { border-color: rgb(195,6,47); }

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