Html Css Color HEX #C33846 Brick Red

📋 copy color: '#C33846'

red 195 ◦ green 56 ◦ blue 70

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

Shades of Brick Red #C33846

Tints of Brick Red #C33846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

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

R = 60.75%
G = 17.45%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C33846 (or 0xC33846) is known color: Brick Red. HEX triplet: C3, 38 and 46. RGB value is (195,56,70). Sum of RGB (Red+Green+Blue) = 195+56+70=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C33846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33846 is #3CC7B9. Grayscale: #636363. Windows color (decimal): -3983290 or 4602051. OLE color: 4602051.

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

Color convert

RGB 195 56 70 -
CMYK 0 0.71 0.64 0.24
HSL 353.96º 0.55% 0.49% -
HSV(B) 353.96º 0.71% 0.76% -
XYZ 25.03 14.87 7.35 -
YUV 99.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 195 56 70 0 0.71 0.64 0.24 353.96 0.55 0.49
Hex C3 38 46 0 47 40 18 162 37 31
Octal 303 70 106 0 107 100 30 542 67 61
Binary 11000011 111000 1000110 0 1000111 1000000 11000 101100010 110111 110001

Color Harmonies of #C33846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33846

Black with #C33846

Text Example


Text Example

White with #C33846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33846; }

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

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

background-color css

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

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

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

border-color css

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

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

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