Html Css Color HEX #C33446 Brick Red

📋 copy color: '#C33446'

red 195 ◦ green 52 ◦ blue 70

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

Shades of Brick Red #C33446

Tints of Brick Red #C33446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

 BLUE value IS 70 (27.73% from 255) = 22.08%

R = 61.51%
G = 16.4%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C33446 (or 0xC33446) is known color: Brick Red. HEX triplet: C3, 34 and 46. RGB value is (195,52,70). Sum of RGB (Red+Green+Blue) = 195+52+70=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C33446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33446 is #3CCBB9. Grayscale: #606060. Windows color (decimal): -3984314 or 4601027. OLE color: 4601027.

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

Color convert

RGB 195 52 70 -
CMYK 0 0.73 0.64 0.24
HSL 352.45º 0.58% 0.48% -
HSV(B) 352.45º 0.73% 0.76% -
XYZ 24.84 14.5 7.28 -
YUV 96.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 195 52 70 0 0.73 0.64 0.24 352.45 0.58 0.48
Hex C3 34 46 0 49 40 18 160 3A 30
Octal 303 64 106 0 111 100 30 540 72 60
Binary 11000011 110100 1000110 0 1001001 1000000 11000 101100000 111010 110000

Color Harmonies of #C33446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33446

Black with #C33446

Text Example


Text Example

White with #C33446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33446; }

 p { color: rgb(195,52,70); }

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

background-color css

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

 a { background-color: rgb(195,52,70); }

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

border-color css

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

 span { border-color: rgb(195,52,70); }

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