Html Css Color HEX #BB072D Cardinal

📋 copy color: '#BB072D'

red 187 ◦ green 7 ◦ blue 45

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

Shades of Cardinal #BB072D

Tints of Cardinal #BB072D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.93%

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

R = 78.24%
G = 2.93%
B = 18.83%

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

#BB072D (or 0xBB072D) is known color: Cardinal. HEX triplet: BB, 07 and 2D. RGB value is (187,7,45). Sum of RGB (Red+Green+Blue) = 187+7+45=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB072D is #44F8D2. Grayscale: #414141. Windows color (decimal): -4520147 or 2951099. OLE color: 2951099.

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

Color convert

RGB 187 7 45 -
CMYK 0 0.96 0.76 0.27
HSL 347.33º 0.93% 0.38% -
HSV(B) 347.33º 0.96% 0.73% -
XYZ 21.04 10.91 3.48 -
YUV 65.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 187 7 45 0 0.96 0.76 0.27 347.33 0.93 0.38
Hex BB 7 2D 0 60 4C 1B 15B 5D 26
Octal 273 7 55 0 140 114 33 533 135 46
Binary 10111011 111 101101 0 1100000 1001100 11011 101011011 1011101 100110

Color Harmonies of #BB072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB072D

Black with #BB072D

Text Example


Text Example

White with #BB072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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