Html Css Color HEX #C01530 Cardinal

📋 copy color: '#C01530'

red 192 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #C01530

Tints of Cardinal #C01530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

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

R = 73.56%
G = 8.05%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C01530 (or 0xC01530) is known color: Cardinal. HEX triplet: C0, 15 and 30. RGB value is (192,21,48). Sum of RGB (Red+Green+Blue) = 192+21+48=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C01530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01530 is #3FEACF. Grayscale: #4B4B4B. Windows color (decimal): -4188880 or 3151296. OLE color: 3151296.

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

Color convert

RGB 192 21 48 -
CMYK 0 0.89 0.75 0.25
HSL 350.53º 0.8% 0.42% -
HSV(B) 350.53º 0.89% 0.75% -
XYZ 22.54 11.96 3.92 -
YUV 75.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 192 21 48 0 0.89 0.75 0.25 350.53 0.8 0.42
Hex C0 15 30 0 59 4B 19 15F 50 2A
Octal 300 25 60 0 131 113 31 537 120 52
Binary 11000000 10101 110000 0 1011001 1001011 11001 101011111 1010000 101010

Color Harmonies of #C01530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01530

Black with #C01530

Text Example


Text Example

White with #C01530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01530; }

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

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

background-color css

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

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

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

border-color css

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

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

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