Html Css Color HEX #C0133A Cardinal

📋 copy color: '#C0133A'

red 192 ◦ green 19 ◦ blue 58

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

Shades of Cardinal #C0133A

Tints of Cardinal #C0133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.56%

R = 71.38%
G = 7.06%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0133A (or 0xC0133A) is known color: Cardinal. HEX triplet: C0, 13 and 3A. RGB value is (192,19,58). Sum of RGB (Red+Green+Blue) = 192+19+58=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C0133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0133A is #3FECC5. Grayscale: #4B4B4B. Windows color (decimal): -4189382 or 3806144. OLE color: 3806144.

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

Color convert

RGB 192 19 58 -
CMYK 0 0.90 0.70 0.25
HSL 346.47º 0.82% 0.41% -
HSV(B) 346.47º 0.9% 0.75% -
XYZ 22.73 11.98 5.12 -
YUV 75.17 118.31 211.33 -
System Red Green Blue C M Y K H S L
Decimal 192 19 58 0 0.90 0.70 0.25 346.47 0.82 0.41
Hex C0 13 3A 0 5A 46 19 15A 52 29
Octal 300 23 72 0 132 106 31 532 122 51
Binary 11000000 10011 111010 0 1011010 1000110 11001 101011010 1010010 101001

Color Harmonies of #C0133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0133A

Black with #C0133A

Text Example


Text Example

White with #C0133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0133A; }

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

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

background-color css

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

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

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

border-color css

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

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

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