Html Css Color HEX #BB1738 Cardinal

📋 copy color: '#BB1738'

red 187 ◦ green 23 ◦ blue 56

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

Shades of Cardinal #BB1738

Tints of Cardinal #BB1738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 56 (22.27% from 255) = 21.05%

R = 70.3%
G = 8.65%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB1738 (or 0xBB1738) is known color: Cardinal. HEX triplet: BB, 17 and 38. RGB value is (187,23,56). Sum of RGB (Red+Green+Blue) = 187+23+56=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1738 is #44E8C7. Grayscale: #4B4B4B. Windows color (decimal): -4516040 or 3676091. OLE color: 3676091.

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

Color convert

RGB 187 23 56 -
CMYK 0 0.88 0.70 0.27
HSL 347.93º 0.78% 0.41% -
HSV(B) 347.93º 0.88% 0.73% -
XYZ 21.51 11.46 4.82 -
YUV 75.8 116.83 207.32 -
System Red Green Blue C M Y K H S L
Decimal 187 23 56 0 0.88 0.70 0.27 347.93 0.78 0.41
Hex BB 17 38 0 58 46 1B 15C 4E 29
Octal 273 27 70 0 130 106 33 534 116 51
Binary 10111011 10111 111000 0 1011000 1000110 11011 101011100 1001110 101001

Color Harmonies of #BB1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1738

Black with #BB1738

Text Example


Text Example

White with #BB1738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1738; }

 p { color: rgb(187,23,56); }

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

background-color css

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

 a { background-color: rgb(187,23,56); }

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

border-color css

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

 span { border-color: rgb(187,23,56); }

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