Html Css Color HEX #C00030 Cardinal

📋 copy color: '#C00030'

red 192 ◦ green 0 ◦ blue 48

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

Shades of Cardinal #C00030

Tints of Cardinal #C00030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C00030 (or 0xC00030) is known color: Cardinal. HEX triplet: C0, 00 and 30. RGB value is (192,0,48). Sum of RGB (Red+Green+Blue) = 192+0+48=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C00030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00030 is #3FFFCF. Grayscale: #3E3E3E. Windows color (decimal): -4194256 or 3145920. OLE color: 3145920.

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

Color convert

RGB 192 0 48 -
CMYK 0 1 0.75 0.25
HSL 345º 1% 0.38% -
HSV(B) 345º 1% 0.75% -
XYZ 22.27 11.42 3.83 -
YUV 62.88 119.61 220.1 -
System Red Green Blue C M Y K H S L
Decimal 192 0 48 0 1 0.75 0.25 345 1 0.38
Hex C0 0 30 0 64 4B 19 159 64 26
Octal 300 0 60 0 144 113 31 531 144 46
Binary 11000000 0 110000 0 1100100 1001011 11001 101011001 1100100 100110

Color Harmonies of #C00030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00030

Black with #C00030

Text Example


Text Example

White with #C00030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00030; }

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

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

background-color css

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

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

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

border-color css

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

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

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