Html Css Color HEX #BB073B Cardinal

📋 copy color: '#BB073B'

red 187 ◦ green 7 ◦ blue 59

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

Shades of Cardinal #BB073B

Tints of Cardinal #BB073B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 73.91%
G = 2.77%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB073B (or 0xBB073B) is known color: Cardinal. HEX triplet: BB, 07 and 3B. RGB value is (187,7,59). Sum of RGB (Red+Green+Blue) = 187+7+59=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB073B is #44F8C4. Grayscale: #424242. Windows color (decimal): -4520133 or 3868603. OLE color: 3868603.

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

Color convert

RGB 187 7 59 -
CMYK 0 0.96 0.68 0.27
HSL 342.67º 0.93% 0.38% -
HSV(B) 342.67º 0.96% 0.73% -
XYZ 21.36 11.03 5.14 -
YUV 66.75 123.63 213.77 -
System Red Green Blue C M Y K H S L
Decimal 187 7 59 0 0.96 0.68 0.27 342.67 0.93 0.38
Hex BB 7 3B 0 60 44 1B 157 5D 26
Octal 273 7 73 0 140 104 33 527 135 46
Binary 10111011 111 111011 0 1100000 1000100 11011 101010111 1011101 100110

Color Harmonies of #BB073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB073B

Black with #BB073B

Text Example


Text Example

White with #BB073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB073B; }

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

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

background-color css

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

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

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

border-color css

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

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

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