Html Css Color HEX #CB283A Brick Red

📋 copy color: '#CB283A'

red 203 ◦ green 40 ◦ blue 58

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

Shades of Brick Red #CB283A

Tints of Brick Red #CB283A

RGB

 RED value IS 203 (79.69% from 255) = 67.44%

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

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

R = 67.44%
G = 13.29%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB283A (or 0xCB283A) is known color: Brick Red. HEX triplet: CB, 28 and 3A. RGB value is (203,40,58). Sum of RGB (Red+Green+Blue) = 203+40+58=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB283A is #34D7C5. Grayscale: #5A5A5A. Windows color (decimal): -3463110 or 3811531. OLE color: 3811531.

HSL color Cylindrical-coordinate representation of color #CB283A: hue angle of 353.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB283A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 40 58 -
CMYK 0 0.80 0.71 0.20
HSL 353.37º 0.67% 0.48% -
HSV(B) 353.37º 0.8% 0.8% -
XYZ 26.15 14.52 5.43 -
YUV 90.79 109.5 208.04 -
System Red Green Blue C M Y K H S L
Decimal 203 40 58 0 0.80 0.71 0.20 353.37 0.67 0.48
Hex CB 28 3A 0 50 47 14 161 43 30
Octal 313 50 72 0 120 107 24 541 103 60
Binary 11001011 101000 111010 0 1010000 1000111 10100 101100001 1000011 110000

Color Harmonies of #CB283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB283A

Black with #CB283A

Text Example


Text Example

White with #CB283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB283A; }

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

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

background-color css

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

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

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

border-color css

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

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

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