Html Css Color HEX #BB163E Cardinal

📋 copy color: '#BB163E'

red 187 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #BB163E

Tints of Cardinal #BB163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

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

R = 69%
G = 8.12%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB163E (or 0xBB163E) is known color: Cardinal. HEX triplet: BB, 16 and 3E. RGB value is (187,22,62). Sum of RGB (Red+Green+Blue) = 187+22+62=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB163E is #44E9C1. Grayscale: #4B4B4B. Windows color (decimal): -4516290 or 4069051. OLE color: 4069051.

HSL color Cylindrical-coordinate representation of color #BB163E: hue angle of 345.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB163E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 22 62 -
CMYK 0 0.88 0.67 0.27
HSL 345.45º 0.79% 0.41% -
HSV(B) 345.45º 0.88% 0.73% -
XYZ 21.65 11.49 5.63 -
YUV 75.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 187 22 62 0 0.88 0.67 0.27 345.45 0.79 0.41
Hex BB 16 3E 0 58 43 1B 159 4F 29
Octal 273 26 76 0 130 103 33 531 117 51
Binary 10111011 10110 111110 0 1011000 1000011 11011 101011001 1001111 101001

Color Harmonies of #BB163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB163E

Black with #BB163E

Text Example


Text Example

White with #BB163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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