Html Css Color HEX #C30836 Cardinal

📋 copy color: '#C30836'

red 195 ◦ green 8 ◦ blue 54

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

Shades of Cardinal #C30836

Tints of Cardinal #C30836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

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

R = 75.88%
G = 3.11%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C30836 (or 0xC30836) is known color: Cardinal. HEX triplet: C3, 08 and 36. RGB value is (195,8,54). Sum of RGB (Red+Green+Blue) = 195+8+54=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C30836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30836 is #3CF7C9. Grayscale: #454545. Windows color (decimal): -3995594 or 3541187. OLE color: 3541187.

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

Color convert

RGB 195 8 54 -
CMYK 0 0.96 0.72 0.24
HSL 345.24º 0.92% 0.4% -
HSV(B) 345.24º 0.96% 0.76% -
XYZ 23.26 12.04 4.59 -
YUV 69.16 119.45 217.76 -
System Red Green Blue C M Y K H S L
Decimal 195 8 54 0 0.96 0.72 0.24 345.24 0.92 0.4
Hex C3 8 36 0 60 48 18 159 5C 28
Octal 303 10 66 0 140 110 30 531 134 50
Binary 11000011 1000 110110 0 1100000 1001000 11000 101011001 1011100 101000

Color Harmonies of #C30836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30836

Black with #C30836

Text Example


Text Example

White with #C30836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30836; }

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

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

background-color css

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

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

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

border-color css

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

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

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