Html Css Color HEX #CB3441 Brick Red

📋 copy color: '#CB3441'

red 203 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #CB3441

Tints of Brick Red #CB3441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

 BLUE value IS 65 (25.78% from 255) = 20.31%

R = 63.44%
G = 16.25%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB3441 (or 0xCB3441) is known color: Brick Red. HEX triplet: CB, 34 and 41. RGB value is (203,52,65). Sum of RGB (Red+Green+Blue) = 203+52+65=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3441 is #34CBBE. Grayscale: #626262. Windows color (decimal): -3460031 or 4273355. OLE color: 4273355.

HSL color Cylindrical-coordinate representation of color #CB3441: hue angle of 354.83º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3441 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 52 65 -
CMYK 0 0.74 0.68 0.20
HSL 354.83º 0.59% 0.5% -
HSV(B) 354.83º 0.74% 0.8% -
XYZ 26.81 15.53 6.59 -
YUV 98.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 203 52 65 0 0.74 0.68 0.20 354.83 0.59 0.5
Hex CB 34 41 0 4A 44 14 163 3B 32
Octal 313 64 101 0 112 104 24 543 73 62
Binary 11001011 110100 1000001 0 1001010 1000100 10100 101100011 111011 110010

Color Harmonies of #CB3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3441

Black with #CB3441

Text Example


Text Example

White with #CB3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3441; }

 p { color: rgb(203,52,65); }

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

background-color css

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

 a { background-color: rgb(203,52,65); }

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

border-color css

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

 span { border-color: rgb(203,52,65); }

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