Html Css Color HEX #CB414B Brick Red

📋 copy color: '#CB414B'

red 203 ◦ green 65 ◦ blue 75

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

Shades of Brick Red #CB414B

Tints of Brick Red #CB414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.95%

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

R = 59.18%
G = 18.95%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB414B (or 0xCB414B) is known color: Brick Red. HEX triplet: CB, 41 and 4B. RGB value is (203,65,75). Sum of RGB (Red+Green+Blue) = 203+65+75=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB414B is #34BEB4. Grayscale: #6B6B6B. Windows color (decimal): -3456693 or 4932043. OLE color: 4932043.

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

Color convert

RGB 203 65 75 -
CMYK 0 0.68 0.63 0.20
HSL 355.65º 0.57% 0.53% -
HSV(B) 355.65º 0.68% 0.8% -
XYZ 27.79 16.99 8.47 -
YUV 107.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 203 65 75 0 0.68 0.63 0.20 355.65 0.57 0.53
Hex CB 41 4B 0 44 3F 14 164 39 35
Octal 313 101 113 0 104 77 24 544 71 65
Binary 11001011 1000001 1001011 0 1000100 111111 10100 101100100 111001 110101

Color Harmonies of #CB414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB414B

Black with #CB414B

Text Example


Text Example

White with #CB414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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