Html Css Color HEX #C30530 Cardinal

📋 copy color: '#C30530'

red 195 ◦ green 5 ◦ blue 48

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

Shades of Cardinal #C30530

Tints of Cardinal #C30530

RGB

 RED value IS 195 (76.56% from 255) = 78.63%

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

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

R = 78.63%
G = 2.02%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C30530 (or 0xC30530) is known color: Cardinal. HEX triplet: C3, 05 and 30. RGB value is (195,5,48). Sum of RGB (Red+Green+Blue) = 195+5+48=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C30530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30530 is #3CFACF. Grayscale: #424242. Windows color (decimal): -3996368 or 3147203. OLE color: 3147203.

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

Color convert

RGB 195 5 48 -
CMYK 0 0.97 0.75 0.24
HSL 346.42º 0.95% 0.39% -
HSV(B) 346.42º 0.97% 0.76% -
XYZ 23.09 11.92 3.88 -
YUV 66.71 117.45 219.5 -
System Red Green Blue C M Y K H S L
Decimal 195 5 48 0 0.97 0.75 0.24 346.42 0.95 0.39
Hex C3 5 30 0 61 4B 18 15A 5F 27
Octal 303 5 60 0 141 113 30 532 137 47
Binary 11000011 101 110000 0 1100001 1001011 11000 101011010 1011111 100111

Color Harmonies of #C30530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30530

Black with #C30530

Text Example


Text Example

White with #C30530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30530; }

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

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

background-color css

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

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

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

border-color css

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

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

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