Html Css Color HEX #CB3D4B Brick Red

📋 copy color: '#CB3D4B'

red 203 ◦ green 61 ◦ blue 75

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

Shades of Brick Red #CB3D4B

Tints of Brick Red #CB3D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 59.88%
G = 17.99%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB3D4B (or 0xCB3D4B) is known color: Brick Red. HEX triplet: CB, 3D and 4B. RGB value is (203,61,75). Sum of RGB (Red+Green+Blue) = 203+61+75=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3D4B is #34C2B4. Grayscale: #696969. Windows color (decimal): -3457717 or 4931019. OLE color: 4931019.

HSL color Cylindrical-coordinate representation of color #CB3D4B: hue angle of 354.08º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D4B is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 61 75 -
CMYK 0 0.70 0.63 0.20
HSL 354.08º 0.58% 0.52% -
HSV(B) 354.08º 0.7% 0.8% -
XYZ 27.57 16.54 8.4 -
YUV 105.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 203 61 75 0 0.70 0.63 0.20 354.08 0.58 0.52
Hex CB 3D 4B 0 46 3F 14 162 3A 34
Octal 313 75 113 0 106 77 24 542 72 64
Binary 11001011 111101 1001011 0 1000110 111111 10100 101100010 111010 110100

Color Harmonies of #CB3D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3D4B

Black with #CB3D4B

Text Example


Text Example

White with #CB3D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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