Html Css Color HEX #C01230 Cardinal

📋 copy color: '#C01230'

red 192 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #C01230

Tints of Cardinal #C01230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.98%

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

R = 74.42%
G = 6.98%
B = 18.6%

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

#C01230 (or 0xC01230) is known color: Cardinal. HEX triplet: C0, 12 and 30. RGB value is (192,18,48). Sum of RGB (Red+Green+Blue) = 192+18+48=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C01230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01230 is #3FEDCF. Grayscale: #494949. Windows color (decimal): -4189648 or 3150528. OLE color: 3150528.

HSL color Cylindrical-coordinate representation of color #C01230: hue angle of 349.66º degrees, saturation: 0.83, 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 #C01230 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 48 -
CMYK 0 0.91 0.75 0.25
HSL 349.66º 0.83% 0.41% -
HSV(B) 349.66º 0.91% 0.75% -
XYZ 22.49 11.85 3.9 -
YUV 73.45 113.65 212.56 -
System Red Green Blue C M Y K H S L
Decimal 192 18 48 0 0.91 0.75 0.25 349.66 0.83 0.41
Hex C0 12 30 0 5B 4B 19 15E 53 29
Octal 300 22 60 0 133 113 31 536 123 51
Binary 11000000 10010 110000 0 1011011 1001011 11001 101011110 1010011 101001

Color Harmonies of #C01230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01230

Black with #C01230

Text Example


Text Example

White with #C01230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01230; }

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

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

background-color css

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

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

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

border-color css

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

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

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