Html Css Color HEX #C0132B Cardinal

📋 copy color: '#C0132B'

red 192 ◦ green 19 ◦ blue 43

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

Shades of Cardinal #C0132B

Tints of Cardinal #C0132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 75.59%
G = 7.48%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0132B (or 0xC0132B) is known color: Cardinal. HEX triplet: C0, 13 and 2B. RGB value is (192,19,43). Sum of RGB (Red+Green+Blue) = 192+19+43=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C0132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0132B is #3FECD4. Grayscale: #494949. Windows color (decimal): -4189397 or 2823104. OLE color: 2823104.

HSL color Cylindrical-coordinate representation of color #C0132B: hue angle of 351.68º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0132B is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 43 -
CMYK 0 0.90 0.78 0.25
HSL 351.68º 0.82% 0.41% -
HSV(B) 351.68º 0.9% 0.75% -
XYZ 22.41 11.85 3.39 -
YUV 73.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 192 19 43 0 0.90 0.78 0.25 351.68 0.82 0.41
Hex C0 13 2B 0 5A 4E 19 160 52 29
Octal 300 23 53 0 132 116 31 540 122 51
Binary 11000000 10011 101011 0 1011010 1001110 11001 101100000 1010010 101001

Color Harmonies of #C0132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0132B

Black with #C0132B

Text Example


Text Example

White with #C0132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0132B; }

 p { color: rgb(192,19,43); }

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

background-color css

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

 a { background-color: rgb(192,19,43); }

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

border-color css

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

 span { border-color: rgb(192,19,43); }

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