Html Css Color HEX #C33540 Brick Red

📋 copy color: '#C33540'

red 195 ◦ green 53 ◦ blue 64

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

Shades of Brick Red #C33540

Tints of Brick Red #C33540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 62.5%
G = 16.99%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C33540 (or 0xC33540) is known color: Brick Red. HEX triplet: C3, 35 and 40. RGB value is (195,53,64). Sum of RGB (Red+Green+Blue) = 195+53+64=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C33540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33540 is #3CCABF. Grayscale: #606060. Windows color (decimal): -3984064 or 4208067. OLE color: 4208067.

HSL color Cylindrical-coordinate representation of color #C33540: hue angle of 355.35º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33540 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 64 -
CMYK 0 0.73 0.67 0.24
HSL 355.35º 0.57% 0.49% -
HSV(B) 355.35º 0.73% 0.76% -
XYZ 24.7 14.52 6.35 -
YUV 96.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 195 53 64 0 0.73 0.67 0.24 355.35 0.57 0.49
Hex C3 35 40 0 49 43 18 163 39 31
Octal 303 65 100 0 111 103 30 543 71 61
Binary 11000011 110101 1000000 0 1001001 1000011 11000 101100011 111001 110001

Color Harmonies of #C33540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33540

Black with #C33540

Text Example


Text Example

White with #C33540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33540; }

 p { color: rgb(195,53,64); }

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

background-color css

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

 a { background-color: rgb(195,53,64); }

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

border-color css

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

 span { border-color: rgb(195,53,64); }

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