Html Css Color HEX #C32A3F Brick Red

📋 copy color: '#C32A3F'

red 195 ◦ green 42 ◦ blue 63

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

Shades of Brick Red #C32A3F

Tints of Brick Red #C32A3F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

 BLUE value IS 63 (25% from 255) = 21%

R = 65%
G = 14%
B = 21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C32A3F (or 0xC32A3F) is known color: Brick Red. HEX triplet: C3, 2A and 3F. RGB value is (195,42,63). Sum of RGB (Red+Green+Blue) = 195+42+63=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A3F is #3CD5C0. Grayscale: #5A5A5A. Windows color (decimal): -3986881 or 4139715. OLE color: 4139715.

HSL color Cylindrical-coordinate representation of color #C32A3F: hue angle of 351.76º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A3F is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 42 63 -
CMYK 0 0.78 0.68 0.24
HSL 351.76º 0.65% 0.46% -
HSV(B) 351.76º 0.78% 0.76% -
XYZ 24.23 13.62 6.05 -
YUV 90.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 195 42 63 0 0.78 0.68 0.24 351.76 0.65 0.46
Hex C3 2A 3F 0 4E 44 18 160 41 2E
Octal 303 52 77 0 116 104 30 540 101 56
Binary 11000011 101010 111111 0 1001110 1000100 11000 101100000 1000001 101110

Color Harmonies of #C32A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A3F

Black with #C32A3F

Text Example


Text Example

White with #C32A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A3F; }

 p { color: rgb(195,42,63); }

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

background-color css

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

 a { background-color: rgb(195,42,63); }

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

border-color css

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

 span { border-color: rgb(195,42,63); }

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