Html Css Color HEX #C32B3F Brick Red

📋 copy color: '#C32B3F'

red 195 ◦ green 43 ◦ blue 63

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

Shades of Brick Red #C32B3F

Tints of Brick Red #C32B3F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

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

R = 64.78%
G = 14.29%
B = 20.93%

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

#C32B3F (or 0xC32B3F) is known color: Brick Red. HEX triplet: C3, 2B and 3F. RGB value is (195,43,63). Sum of RGB (Red+Green+Blue) = 195+43+63=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B3F is #3CD4C0. Grayscale: #5A5A5A. Windows color (decimal): -3986625 or 4139971. OLE color: 4139971.

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

Color convert

RGB 195 43 63 -
CMYK 0 0.78 0.68 0.24
HSL 352.11º 0.64% 0.47% -
HSV(B) 352.11º 0.78% 0.76% -
XYZ 24.27 13.69 6.07 -
YUV 90.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 195 43 63 0 0.78 0.68 0.24 352.11 0.64 0.47
Hex C3 2B 3F 0 4E 44 18 160 40 2F
Octal 303 53 77 0 116 104 30 540 100 57
Binary 11000011 101011 111111 0 1001110 1000100 11000 101100000 1000000 101111

Color Harmonies of #C32B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B3F

Black with #C32B3F

Text Example


Text Example

White with #C32B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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