Html Css Color HEX #C4283A Brick Red

📋 copy color: '#C4283A'

red 196 ◦ green 40 ◦ blue 58

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

Shades of Brick Red #C4283A

Tints of Brick Red #C4283A

RGB

 RED value IS 196 (76.95% from 255) = 66.67%

 GREEN value IS 40 (16.02% from 255) = 13.61%

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 66.67%
G = 13.61%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4283A (or 0xC4283A) is known color: Brick Red. HEX triplet: C4, 28 and 3A. RGB value is (196,40,58). Sum of RGB (Red+Green+Blue) = 196+40+58=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4283A is #3BD7C5. Grayscale: #585858. Windows color (decimal): -3921862 or 3811524. OLE color: 3811524.

HSL color Cylindrical-coordinate representation of color #C4283A: hue angle of 353.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4283A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 58 -
CMYK 0 0.80 0.70 0.23
HSL 353.08º 0.66% 0.46% -
HSV(B) 353.08º 0.8% 0.77% -
XYZ 24.29 13.56 5.34 -
YUV 88.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 196 40 58 0 0.80 0.70 0.23 353.08 0.66 0.46
Hex C4 28 3A 0 50 46 17 161 42 2E
Octal 304 50 72 0 120 106 27 541 102 56
Binary 11000100 101000 111010 0 1010000 1000110 10111 101100001 1000010 101110

Color Harmonies of #C4283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4283A

Black with #C4283A

Text Example


Text Example

White with #C4283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4283A; }

 p { color: rgb(196,40,58); }

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

background-color css

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

 a { background-color: rgb(196,40,58); }

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

border-color css

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

 span { border-color: rgb(196,40,58); }

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