Html Css Color HEX #BB182B Cardinal

📋 copy color: '#BB182B'

red 187 ◦ green 24 ◦ blue 43

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

Shades of Cardinal #BB182B

Tints of Cardinal #BB182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 73.62%
G = 9.45%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB182B (or 0xBB182B) is known color: Cardinal. HEX triplet: BB, 18 and 2B. RGB value is (187,24,43). Sum of RGB (Red+Green+Blue) = 187+24+43=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB182B is #44E7D4. Grayscale: #4A4A4A. Windows color (decimal): -4515797 or 2824379. OLE color: 2824379.

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

Color convert

RGB 187 24 43 -
CMYK 0 0.87 0.77 0.27
HSL 353.01º 0.77% 0.41% -
HSV(B) 353.01º 0.87% 0.73% -
XYZ 21.26 11.39 3.36 -
YUV 74.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 187 24 43 0 0.87 0.77 0.27 353.01 0.77 0.41
Hex BB 18 2B 0 57 4D 1B 161 4D 29
Octal 273 30 53 0 127 115 33 541 115 51
Binary 10111011 11000 101011 0 1010111 1001101 11011 101100001 1001101 101001

Color Harmonies of #BB182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB182B

Black with #BB182B

Text Example


Text Example

White with #BB182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB182B; }

 p { color: rgb(187,24,43); }

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

background-color css

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

 a { background-color: rgb(187,24,43); }

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

border-color css

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

 span { border-color: rgb(187,24,43); }

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