Html Css Color HEX #B9102B Cardinal

📋 copy color: '#B9102B'

red 185 ◦ green 16 ◦ blue 43

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

Shades of Cardinal #B9102B

Tints of Cardinal #B9102B

RGB

 RED value IS 185 (72.66% from 255) = 75.82%

 GREEN value IS 16 (6.64% from 255) = 6.56%

 BLUE value IS 43 (17.19% from 255) = 17.62%

R = 75.82%
G = 6.56%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9102B (or 0xB9102B) is known color: Cardinal. HEX triplet: B9, 10 and 2B. RGB value is (185,16,43). Sum of RGB (Red+Green+Blue) = 185+16+43=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B9102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9102B is #46EFD4. Grayscale: #454545. Windows color (decimal): -4648917 or 2822329. OLE color: 2822329.

HSL color Cylindrical-coordinate representation of color #B9102B: hue angle of 350.41º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9102B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 16 43 -
CMYK 0 0.91 0.77 0.27
HSL 350.41º 0.84% 0.39% -
HSV(B) 350.41º 0.91% 0.73% -
XYZ 20.63 10.86 3.29 -
YUV 69.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 185 16 43 0 0.91 0.77 0.27 350.41 0.84 0.39
Hex B9 10 2B 0 5B 4D 1B 15E 54 27
Octal 271 20 53 0 133 115 33 536 124 47
Binary 10111001 10000 101011 0 1011011 1001101 11011 101011110 1010100 100111

Color Harmonies of #B9102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9102B

Black with #B9102B

Text Example


Text Example

White with #B9102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9102B; }

 p { color: rgb(185,16,43); }

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

background-color css

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

 a { background-color: rgb(185,16,43); }

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

border-color css

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

 span { border-color: rgb(185,16,43); }

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