Html Css Color HEX #CB303D Brick Red

📋 copy color: '#CB303D'

red 203 ◦ green 48 ◦ blue 61

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

Shades of Brick Red #CB303D

Tints of Brick Red #CB303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 65.06%
G = 15.38%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB303D (or 0xCB303D) is known color: Brick Red. HEX triplet: CB, 30 and 3D. RGB value is (203,48,61). Sum of RGB (Red+Green+Blue) = 203+48+61=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB303D is #34CFC2. Grayscale: #5F5F5F. Windows color (decimal): -3461059 or 4010187. OLE color: 4010187.

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

Color convert

RGB 203 48 61 -
CMYK 0 0.76 0.70 0.20
HSL 354.97º 0.62% 0.49% -
HSV(B) 354.97º 0.76% 0.8% -
XYZ 26.53 15.15 5.94 -
YUV 95.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 203 48 61 0 0.76 0.70 0.20 354.97 0.62 0.49
Hex CB 30 3D 0 4C 46 14 163 3E 31
Octal 313 60 75 0 114 106 24 543 76 61
Binary 11001011 110000 111101 0 1001100 1000110 10100 101100011 111110 110001

Color Harmonies of #CB303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB303D

Black with #CB303D

Text Example


Text Example

White with #CB303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB303D; }

 p { color: rgb(203,48,61); }

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

background-color css

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

 a { background-color: rgb(203,48,61); }

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

border-color css

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

 span { border-color: rgb(203,48,61); }

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