Html Css Color HEX #C0133C Cardinal

📋 copy color: '#C0133C'

red 192 ◦ green 19 ◦ blue 60

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

Shades of Cardinal #C0133C

Tints of Cardinal #C0133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 70.85%
G = 7.01%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0133C (or 0xC0133C) is known color: Cardinal. HEX triplet: C0, 13 and 3C. RGB value is (192,19,60). Sum of RGB (Red+Green+Blue) = 192+19+60=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0133C is #3FECC3. Grayscale: #4B4B4B. Windows color (decimal): -4189380 or 3937216. OLE color: 3937216.

HSL color Cylindrical-coordinate representation of color #C0133C: hue angle of 345.78º 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 #C0133C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 60 -
CMYK 0 0.90 0.69 0.25
HSL 345.78º 0.82% 0.41% -
HSV(B) 345.78º 0.9% 0.75% -
XYZ 22.79 12 5.39 -
YUV 75.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 192 19 60 0 0.90 0.69 0.25 345.78 0.82 0.41
Hex C0 13 3C 0 5A 45 19 15A 52 29
Octal 300 23 74 0 132 105 31 532 122 51
Binary 11000000 10011 111100 0 1011010 1000101 11001 101011010 1010010 101001

Color Harmonies of #C0133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0133C

Black with #C0133C

Text Example


Text Example

White with #C0133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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