Html Css Color HEX #C00B4A Cardinal

📋 copy color: '#C00B4A'

red 192 ◦ green 11 ◦ blue 74

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

Shades of Cardinal #C00B4A

Tints of Cardinal #C00B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 69.31%
G = 3.97%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C00B4A (or 0xC00B4A) is known color: Cardinal. HEX triplet: C0, 0B and 4A. RGB value is (192,11,74). Sum of RGB (Red+Green+Blue) = 192+11+74=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00B4A is #3FF4B5. Grayscale: #484848. Windows color (decimal): -4191414 or 4852672. OLE color: 4852672.

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

Color convert

RGB 192 11 74 -
CMYK 0 0.94 0.61 0.25
HSL 339.12º 0.89% 0.4% -
HSV(B) 339.12º 0.94% 0.75% -
XYZ 23.09 11.94 7.57 -
YUV 72.3 128.97 213.38 -
System Red Green Blue C M Y K H S L
Decimal 192 11 74 0 0.94 0.61 0.25 339.12 0.89 0.4
Hex C0 B 4A 0 5E 3D 19 153 59 28
Octal 300 13 112 0 136 75 31 523 131 50
Binary 11000000 1011 1001010 0 1011110 111101 11001 101010011 1011001 101000

Color Harmonies of #C00B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00B4A

Black with #C00B4A

Text Example


Text Example

White with #C00B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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