Html Css Color HEX #BB182D Cardinal

📋 copy color: '#BB182D'

red 187 ◦ green 24 ◦ blue 45

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

Shades of Cardinal #BB182D

Tints of Cardinal #BB182D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.58%

R = 73.05%
G = 9.38%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB182D (or 0xBB182D) is known color: Cardinal. HEX triplet: BB, 18 and 2D. RGB value is (187,24,45). Sum of RGB (Red+Green+Blue) = 187+24+45=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB182D is #44E7D2. Grayscale: #4B4B4B. Windows color (decimal): -4515795 or 2955451. OLE color: 2955451.

HSL color Cylindrical-coordinate representation of color #BB182D: hue angle of 352.27º 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 #BB182D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 24 45 -
CMYK 0 0.87 0.76 0.27
HSL 352.27º 0.77% 0.41% -
HSV(B) 352.27º 0.87% 0.73% -
XYZ 21.29 11.41 3.56 -
YUV 75.13 111 207.79 -
System Red Green Blue C M Y K H S L
Decimal 187 24 45 0 0.87 0.76 0.27 352.27 0.77 0.41
Hex BB 18 2D 0 57 4C 1B 160 4D 29
Octal 273 30 55 0 127 114 33 540 115 51
Binary 10111011 11000 101101 0 1010111 1001100 11011 101100000 1001101 101001

Color Harmonies of #BB182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB182D

Black with #BB182D

Text Example


Text Example

White with #BB182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB182D; }

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

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

background-color css

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

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

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

border-color css

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

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

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