Html Css Color HEX #BB073E Cardinal

📋 copy color: '#BB073E'

red 187 ◦ green 7 ◦ blue 62

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

Shades of Cardinal #BB073E

Tints of Cardinal #BB073E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 73.05%
G = 2.73%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB073E (or 0xBB073E) is known color: Cardinal. HEX triplet: BB, 07 and 3E. RGB value is (187,7,62). Sum of RGB (Red+Green+Blue) = 187+7+62=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB073E is #44F8C1. Grayscale: #434343. Windows color (decimal): -4520130 or 4065211. OLE color: 4065211.

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

Color convert

RGB 187 7 62 -
CMYK 0 0.96 0.67 0.27
HSL 341.67º 0.93% 0.38% -
HSV(B) 341.67º 0.96% 0.73% -
XYZ 21.44 11.06 5.56 -
YUV 67.09 125.13 213.53 -
System Red Green Blue C M Y K H S L
Decimal 187 7 62 0 0.96 0.67 0.27 341.67 0.93 0.38
Hex BB 7 3E 0 60 43 1B 156 5D 26
Octal 273 7 76 0 140 103 33 526 135 46
Binary 10111011 111 111110 0 1100000 1000011 11011 101010110 1011101 100110

Color Harmonies of #BB073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB073E

Black with #BB073E

Text Example


Text Example

White with #BB073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB073E; }

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

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

background-color css

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

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

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

border-color css

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

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

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