Html Css Color HEX #C00B43 Cardinal

📋 copy color: '#C00B43'

red 192 ◦ green 11 ◦ blue 67

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

Shades of Cardinal #C00B43

Tints of Cardinal #C00B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.81%

R = 71.11%
G = 4.07%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C00B43 (or 0xC00B43) is known color: Cardinal. HEX triplet: C0, 0B and 43. RGB value is (192,11,67). Sum of RGB (Red+Green+Blue) = 192+11+67=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00B43 is #3FF4BC. Grayscale: #474747. Windows color (decimal): -4191421 or 4393920. OLE color: 4393920.

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

Color convert

RGB 192 11 67 -
CMYK 0 0.94 0.65 0.25
HSL 341.44º 0.89% 0.4% -
HSV(B) 341.44º 0.94% 0.75% -
XYZ 22.87 11.85 6.39 -
YUV 71.5 125.47 213.95 -
System Red Green Blue C M Y K H S L
Decimal 192 11 67 0 0.94 0.65 0.25 341.44 0.89 0.4
Hex C0 B 43 0 5E 41 19 155 59 28
Octal 300 13 103 0 136 101 31 525 131 50
Binary 11000000 1011 1000011 0 1011110 1000001 11001 101010101 1011001 101000

Color Harmonies of #C00B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00B43

Black with #C00B43

Text Example


Text Example

White with #C00B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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