Html Css Color HEX #C0132F Cardinal

📋 copy color: '#C0132F'

red 192 ◦ green 19 ◦ blue 47

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

Shades of Cardinal #C0132F

Tints of Cardinal #C0132F

RGB

 RED value IS 192 (75.39% from 255) = 74.42%

 GREEN value IS 19 (7.81% from 255) = 7.36%

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

R = 74.42%
G = 7.36%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0132F (or 0xC0132F) is known color: Cardinal. HEX triplet: C0, 13 and 2F. RGB value is (192,19,47). Sum of RGB (Red+Green+Blue) = 192+19+47=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C0132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0132F is #3FECD0. Grayscale: #494949. Windows color (decimal): -4189393 or 3085248. OLE color: 3085248.

HSL color Cylindrical-coordinate representation of color #C0132F: hue angle of 350.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0132F is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 47 -
CMYK 0 0.90 0.76 0.25
HSL 350.29º 0.82% 0.41% -
HSV(B) 350.29º 0.9% 0.75% -
XYZ 22.48 11.88 3.8 -
YUV 73.92 112.81 212.22 -
System Red Green Blue C M Y K H S L
Decimal 192 19 47 0 0.90 0.76 0.25 350.29 0.82 0.41
Hex C0 13 2F 0 5A 4C 19 15E 52 29
Octal 300 23 57 0 132 114 31 536 122 51
Binary 11000000 10011 101111 0 1011010 1001100 11001 101011110 1010010 101001

Color Harmonies of #C0132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0132F

Black with #C0132F

Text Example


Text Example

White with #C0132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0132F; }

 p { color: rgb(192,19,47); }

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

background-color css

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

 a { background-color: rgb(192,19,47); }

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

border-color css

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

 span { border-color: rgb(192,19,47); }

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