Html Css Color HEX #C01130 Cardinal

📋 copy color: '#C01130'

red 192 ◦ green 17 ◦ blue 48

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

Shades of Cardinal #C01130

Tints of Cardinal #C01130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.61%

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 74.71%
G = 6.61%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C01130 (or 0xC01130) is known color: Cardinal. HEX triplet: C0, 11 and 30. RGB value is (192,17,48). Sum of RGB (Red+Green+Blue) = 192+17+48=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C01130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01130 is #3FEECF. Grayscale: #484848. Windows color (decimal): -4189904 or 3150272. OLE color: 3150272.

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

Color convert

RGB 192 17 48 -
CMYK 0 0.91 0.75 0.25
HSL 349.37º 0.84% 0.41% -
HSV(B) 349.37º 0.91% 0.75% -
XYZ 22.47 11.82 3.89 -
YUV 72.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 192 17 48 0 0.91 0.75 0.25 349.37 0.84 0.41
Hex C0 11 30 0 5B 4B 19 15D 54 29
Octal 300 21 60 0 133 113 31 535 124 51
Binary 11000000 10001 110000 0 1011011 1001011 11001 101011101 1010100 101001

Color Harmonies of #C01130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01130

Black with #C01130

Text Example


Text Example

White with #C01130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01130; }

 p { color: rgb(192,17,48); }

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

background-color css

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

 a { background-color: rgb(192,17,48); }

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

border-color css

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

 span { border-color: rgb(192,17,48); }

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