Html Css Color HEX #C82F3B Brick Red

📋 copy color: '#C82F3B'

red 200 ◦ green 47 ◦ blue 59

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

Shades of Brick Red #C82F3B

Tints of Brick Red #C82F3B

RGB

 RED value IS 200 (78.52% from 255) = 65.36%

 GREEN value IS 47 (18.75% from 255) = 15.36%

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 65.36%
G = 15.36%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C82F3B (or 0xC82F3B) is known color: Brick Red. HEX triplet: C8, 2F and 3B. RGB value is (200,47,59). Sum of RGB (Red+Green+Blue) = 200+47+59=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F3B is #37D0C4. Grayscale: #5E5E5E. Windows color (decimal): -3657925 or 3878856. OLE color: 3878856.

HSL color Cylindrical-coordinate representation of color #C82F3B: hue angle of 355.29º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82F3B is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 47 59 -
CMYK 0 0.76 0.70 0.22
HSL 355.29º 0.62% 0.48% -
HSV(B) 355.29º 0.77% 0.78% -
XYZ 25.63 14.63 5.61 -
YUV 94.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 200 47 59 0 0.76 0.70 0.22 355.29 0.62 0.48
Hex C8 2F 3B 0 4C 46 16 163 3E 30
Octal 310 57 73 0 114 106 26 543 76 60
Binary 11001000 101111 111011 0 1001100 1000110 10110 101100011 111110 110000

Color Harmonies of #C82F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F3B

Black with #C82F3B

Text Example


Text Example

White with #C82F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F3B; }

 p { color: rgb(200,47,59); }

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

background-color css

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

 a { background-color: rgb(200,47,59); }

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

border-color css

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

 span { border-color: rgb(200,47,59); }

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