Html Css Color HEX #C00330 Cardinal

📋 copy color: '#C00330'

red 192 ◦ green 3 ◦ blue 48

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

Shades of Cardinal #C00330

Tints of Cardinal #C00330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 79.01%
G = 1.23%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C00330 (or 0xC00330) is known color: Cardinal. HEX triplet: C0, 03 and 30. RGB value is (192,3,48). Sum of RGB (Red+Green+Blue) = 192+3+48=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C00330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00330 is #3FFCCF. Grayscale: #404040. Windows color (decimal): -4193488 or 3146688. OLE color: 3146688.

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

Color convert

RGB 192 3 48 -
CMYK 0 0.98 0.75 0.25
HSL 345.71º 0.97% 0.38% -
HSV(B) 345.71º 0.98% 0.75% -
XYZ 22.3 11.48 3.84 -
YUV 64.64 118.62 218.84 -
System Red Green Blue C M Y K H S L
Decimal 192 3 48 0 0.98 0.75 0.25 345.71 0.97 0.38
Hex C0 3 30 0 62 4B 19 15A 61 26
Octal 300 3 60 0 142 113 31 532 141 46
Binary 11000000 11 110000 0 1100010 1001011 11001 101011010 1100001 100110

Color Harmonies of #C00330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00330

Black with #C00330

Text Example


Text Example

White with #C00330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00330; }

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

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

background-color css

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

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

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

border-color css

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

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

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