Html Css Color HEX #CB3F4B Brick Red

📋 copy color: '#CB3F4B'

red 203 ◦ green 63 ◦ blue 75

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

Shades of Brick Red #CB3F4B

Tints of Brick Red #CB3F4B

RGB

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

 GREEN value IS 63 (25% from 255) = 18.48%

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

R = 59.53%
G = 18.48%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB3F4B (or 0xCB3F4B) is known color: Brick Red. HEX triplet: CB, 3F and 4B. RGB value is (203,63,75). Sum of RGB (Red+Green+Blue) = 203+63+75=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3F4B is #34C0B4. Grayscale: #6A6A6A. Windows color (decimal): -3457205 or 4931531. OLE color: 4931531.

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

Color convert

RGB 203 63 75 -
CMYK 0 0.69 0.63 0.20
HSL 354.86º 0.57% 0.52% -
HSV(B) 354.86º 0.69% 0.8% -
XYZ 27.68 16.76 8.43 -
YUV 106.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 203 63 75 0 0.69 0.63 0.20 354.86 0.57 0.52
Hex CB 3F 4B 0 45 3F 14 163 39 34
Octal 313 77 113 0 105 77 24 543 71 64
Binary 11001011 111111 1001011 0 1000101 111111 10100 101100011 111001 110100

Color Harmonies of #CB3F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3F4B

Black with #CB3F4B

Text Example


Text Example

White with #CB3F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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