Html Css Color HEX #BB082D Cardinal

📋 copy color: '#BB082D'

red 187 ◦ green 8 ◦ blue 45

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

Shades of Cardinal #BB082D

Tints of Cardinal #BB082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

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

R = 77.92%
G = 3.33%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB082D (or 0xBB082D) is known color: Cardinal. HEX triplet: BB, 08 and 2D. RGB value is (187,8,45). Sum of RGB (Red+Green+Blue) = 187+8+45=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB082D is #44F7D2. Grayscale: #414141. Windows color (decimal): -4519891 or 2951355. OLE color: 2951355.

HSL color Cylindrical-coordinate representation of color #BB082D: hue angle of 347.6º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB082D is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 8 45 -
CMYK 0 0.96 0.76 0.27
HSL 347.6º 0.92% 0.38% -
HSV(B) 347.6º 0.96% 0.73% -
XYZ 21.05 10.93 3.48 -
YUV 65.74 116.3 214.49 -
System Red Green Blue C M Y K H S L
Decimal 187 8 45 0 0.96 0.76 0.27 347.6 0.92 0.38
Hex BB 8 2D 0 60 4C 1B 15C 5C 26
Octal 273 10 55 0 140 114 33 534 134 46
Binary 10111011 1000 101101 0 1100000 1001100 11011 101011100 1011100 100110

Color Harmonies of #BB082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB082D

Black with #BB082D

Text Example


Text Example

White with #BB082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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