Html Css Color HEX #C30936 Cardinal

📋 copy color: '#C30936'

red 195 ◦ green 9 ◦ blue 54

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

Shades of Cardinal #C30936

Tints of Cardinal #C30936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.93%

R = 75.58%
G = 3.49%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C30936 (or 0xC30936) is known color: Cardinal. HEX triplet: C3, 09 and 36. RGB value is (195,9,54). Sum of RGB (Red+Green+Blue) = 195+9+54=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C30936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30936 is #3CF6C9. Grayscale: #454545. Windows color (decimal): -3995338 or 3541443. OLE color: 3541443.

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

Color convert

RGB 195 9 54 -
CMYK 0 0.95 0.72 0.24
HSL 345.48º 0.91% 0.4% -
HSV(B) 345.48º 0.95% 0.76% -
XYZ 23.27 12.06 4.59 -
YUV 69.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 195 9 54 0 0.95 0.72 0.24 345.48 0.91 0.4
Hex C3 9 36 0 5F 48 18 159 5B 28
Octal 303 11 66 0 137 110 30 531 133 50
Binary 11000011 1001 110110 0 1011111 1001000 11000 101011001 1011011 101000

Color Harmonies of #C30936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30936

Black with #C30936

Text Example


Text Example

White with #C30936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30936; }

 p { color: rgb(195,9,54); }

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

background-color css

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

 a { background-color: rgb(195,9,54); }

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

border-color css

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

 span { border-color: rgb(195,9,54); }

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