Html Css Color HEX #BB0730 Cardinal

📋 copy color: '#BB0730'

red 187 ◦ green 7 ◦ blue 48

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

Shades of Cardinal #BB0730

Tints of Cardinal #BB0730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.83%

R = 77.27%
G = 2.89%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB0730 (or 0xBB0730) is known color: Cardinal. HEX triplet: BB, 07 and 30. RGB value is (187,7,48). Sum of RGB (Red+Green+Blue) = 187+7+48=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0730 is #44F8CF. Grayscale: #414141. Windows color (decimal): -4520144 or 3147707. OLE color: 3147707.

HSL color Cylindrical-coordinate representation of color #BB0730: hue angle of 346.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 #BB0730 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 48 -
CMYK 0 0.96 0.74 0.27
HSL 346.33º 0.93% 0.38% -
HSV(B) 346.33º 0.96% 0.73% -
XYZ 21.1 10.93 3.79 -
YUV 65.49 118.13 214.67 -
System Red Green Blue C M Y K H S L
Decimal 187 7 48 0 0.96 0.74 0.27 346.33 0.93 0.38
Hex BB 7 30 0 60 4A 1B 15A 5D 26
Octal 273 7 60 0 140 112 33 532 135 46
Binary 10111011 111 110000 0 1100000 1001010 11011 101011010 1011101 100110

Color Harmonies of #BB0730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0730

Black with #BB0730

Text Example


Text Example

White with #BB0730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0730; }

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

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

background-color css

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

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

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

border-color css

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

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

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