Html Css Color HEX #C00930 Cardinal

📋 copy color: '#C00930'

red 192 ◦ green 9 ◦ blue 48

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

Shades of Cardinal #C00930

Tints of Cardinal #C00930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

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

R = 77.11%
G = 3.61%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C00930 (or 0xC00930) is known color: Cardinal. HEX triplet: C0, 09 and 30. RGB value is (192,9,48). Sum of RGB (Red+Green+Blue) = 192+9+48=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C00930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00930 is #3FF6CF. Grayscale: #444444. Windows color (decimal): -4191952 or 3148224. OLE color: 3148224.

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

Color convert

RGB 192 9 48 -
CMYK 0 0.95 0.75 0.25
HSL 347.21º 0.91% 0.39% -
HSV(B) 347.21º 0.95% 0.75% -
XYZ 22.37 11.62 3.86 -
YUV 68.16 116.63 216.33 -
System Red Green Blue C M Y K H S L
Decimal 192 9 48 0 0.95 0.75 0.25 347.21 0.91 0.39
Hex C0 9 30 0 5F 4B 19 15B 5B 27
Octal 300 11 60 0 137 113 31 533 133 47
Binary 11000000 1001 110000 0 1011111 1001011 11001 101011011 1011011 100111

Color Harmonies of #C00930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00930

Black with #C00930

Text Example


Text Example

White with #C00930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00930; }

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

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

background-color css

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

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

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

border-color css

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

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

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