Html Css Color HEX #C00A38 Cardinal

📋 copy color: '#C00A38'

red 192 ◦ green 10 ◦ blue 56

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

Shades of Cardinal #C00A38

Tints of Cardinal #C00A38

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

 BLUE value IS 56 (22.27% from 255) = 21.71%

R = 74.42%
G = 3.88%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C00A38 (or 0xC00A38) is known color: Cardinal. HEX triplet: C0, 0A and 38. RGB value is (192,10,56). Sum of RGB (Red+Green+Blue) = 192+10+56=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A38 is #3FF5C7. Grayscale: #454545. Windows color (decimal): -4191688 or 3672768. OLE color: 3672768.

HSL color Cylindrical-coordinate representation of color #C00A38: hue angle of 344.84º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A38 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 10 56 -
CMYK 0 0.95 0.71 0.25
HSL 344.84º 0.9% 0.4% -
HSV(B) 344.84º 0.95% 0.75% -
XYZ 22.56 11.71 4.81 -
YUV 69.66 120.3 215.26 -
System Red Green Blue C M Y K H S L
Decimal 192 10 56 0 0.95 0.71 0.25 344.84 0.9 0.4
Hex C0 A 38 0 5F 47 19 159 5A 28
Octal 300 12 70 0 137 107 31 531 132 50
Binary 11000000 1010 111000 0 1011111 1000111 11001 101011001 1011010 101000

Color Harmonies of #C00A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A38

Black with #C00A38

Text Example


Text Example

White with #C00A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A38; }

 p { color: rgb(192,10,56); }

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

background-color css

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

 a { background-color: rgb(192,10,56); }

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

border-color css

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

 span { border-color: rgb(192,10,56); }

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