Html Css Color HEX #C0043B Cardinal

📋 copy color: '#C0043B'

red 192 ◦ green 4 ◦ blue 59

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

Shades of Cardinal #C0043B

Tints of Cardinal #C0043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 75.29%
G = 1.57%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0043B (or 0xC0043B) is known color: Cardinal. HEX triplet: C0, 04 and 3B. RGB value is (192,4,59). Sum of RGB (Red+Green+Blue) = 192+4+59=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C0043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0043B is #3FFBC4. Grayscale: #424242. Windows color (decimal): -4193221 or 3867840. OLE color: 3867840.

HSL color Cylindrical-coordinate representation of color #C0043B: hue angle of 342.45º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0043B is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 59 -
CMYK 0 0.98 0.69 0.25
HSL 342.45º 0.96% 0.38% -
HSV(B) 342.45º 0.98% 0.75% -
XYZ 22.57 11.61 5.19 -
YUV 66.48 123.78 217.53 -
System Red Green Blue C M Y K H S L
Decimal 192 4 59 0 0.98 0.69 0.25 342.45 0.96 0.38
Hex C0 4 3B 0 62 45 19 156 60 26
Octal 300 4 73 0 142 105 31 526 140 46
Binary 11000000 100 111011 0 1100010 1000101 11001 101010110 1100000 100110

Color Harmonies of #C0043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0043B

Black with #C0043B

Text Example


Text Example

White with #C0043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0043B; }

 p { color: rgb(192,4,59); }

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

background-color css

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

 a { background-color: rgb(192,4,59); }

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

border-color css

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

 span { border-color: rgb(192,4,59); }

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