Html Css Color HEX #C00B35 Cardinal

📋 copy color: '#C00B35'

red 192 ◦ green 11 ◦ blue 53

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

Shades of Cardinal #C00B35

Tints of Cardinal #C00B35

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.3%

 BLUE value IS 53 (21.09% from 255) = 20.7%

R = 75%
G = 4.3%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C00B35 (or 0xC00B35) is known color: Cardinal. HEX triplet: C0, 0B and 35. RGB value is (192,11,53). Sum of RGB (Red+Green+Blue) = 192+11+53=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00B35 is #3FF4CA. Grayscale: #454545. Windows color (decimal): -4191435 or 3476416. OLE color: 3476416.

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

Color convert

RGB 192 11 53 -
CMYK 0 0.94 0.72 0.25
HSL 346.08º 0.89% 0.4% -
HSV(B) 346.08º 0.94% 0.75% -
XYZ 22.5 11.7 4.44 -
YUV 69.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 192 11 53 0 0.94 0.72 0.25 346.08 0.89 0.4
Hex C0 B 35 0 5E 48 19 15A 59 28
Octal 300 13 65 0 136 110 31 532 131 50
Binary 11000000 1011 110101 0 1011110 1001000 11001 101011010 1011001 101000

Color Harmonies of #C00B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00B35

Black with #C00B35

Text Example


Text Example

White with #C00B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00B35; }

 p { color: rgb(192,11,53); }

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

background-color css

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

 a { background-color: rgb(192,11,53); }

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

border-color css

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

 span { border-color: rgb(192,11,53); }

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