Html Css Color HEX #C00530 Cardinal

📋 copy color: '#C00530'

red 192 ◦ green 5 ◦ blue 48

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

Shades of Cardinal #C00530

Tints of Cardinal #C00530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 78.37%
G = 2.04%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C00530 (or 0xC00530) is known color: Cardinal. HEX triplet: C0, 05 and 30. RGB value is (192,5,48). Sum of RGB (Red+Green+Blue) = 192+5+48=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C00530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00530 is #3FFACF. Grayscale: #414141. Windows color (decimal): -4192976 or 3147200. OLE color: 3147200.

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

Color convert

RGB 192 5 48 -
CMYK 0 0.97 0.75 0.25
HSL 346.2º 0.95% 0.39% -
HSV(B) 346.2º 0.97% 0.75% -
XYZ 22.33 11.53 3.84 -
YUV 65.82 117.95 218 -
System Red Green Blue C M Y K H S L
Decimal 192 5 48 0 0.97 0.75 0.25 346.2 0.95 0.39
Hex C0 5 30 0 61 4B 19 15A 5F 27
Octal 300 5 60 0 141 113 31 532 137 47
Binary 11000000 101 110000 0 1100001 1001011 11001 101011010 1011111 100111

Color Harmonies of #C00530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00530

Black with #C00530

Text Example


Text Example

White with #C00530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00530; }

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

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

background-color css

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

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

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

border-color css

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

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

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