Html Css Color HEX #BB1435 Cardinal

📋 copy color: '#BB1435'

red 187 ◦ green 20 ◦ blue 53

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

Shades of Cardinal #BB1435

Tints of Cardinal #BB1435

RGB

 RED value IS 187 (73.44% from 255) = 71.92%

 GREEN value IS 20 (8.2% from 255) = 7.69%

 BLUE value IS 53 (21.09% from 255) = 20.38%

R = 71.92%
G = 7.69%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB1435 (or 0xBB1435) is known color: Cardinal. HEX triplet: BB, 14 and 35. RGB value is (187,20,53). Sum of RGB (Red+Green+Blue) = 187+20+53=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1435 is #44EBCA. Grayscale: #494949. Windows color (decimal): -4516811 or 3478715. OLE color: 3478715.

HSL color Cylindrical-coordinate representation of color #BB1435: hue angle of 348.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1435 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 53 -
CMYK 0 0.89 0.72 0.27
HSL 348.14º 0.81% 0.41% -
HSV(B) 348.14º 0.89% 0.73% -
XYZ 21.39 11.32 4.43 -
YUV 73.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 187 20 53 0 0.89 0.72 0.27 348.14 0.81 0.41
Hex BB 14 35 0 59 48 1B 15C 51 29
Octal 273 24 65 0 131 110 33 534 121 51
Binary 10111011 10100 110101 0 1011001 1001000 11011 101011100 1010001 101001

Color Harmonies of #BB1435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1435

Black with #BB1435

Text Example


Text Example

White with #BB1435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1435; }

 p { color: rgb(187,20,53); }

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

background-color css

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

 a { background-color: rgb(187,20,53); }

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

border-color css

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

 span { border-color: rgb(187,20,53); }

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