Html Css Color HEX #B90B43 Cardinal

📋 copy color: '#B90B43'

red 185 ◦ green 11 ◦ blue 67

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

Shades of Cardinal #B90B43

Tints of Cardinal #B90B43

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

 BLUE value IS 67 (26.56% from 255) = 25.48%

R = 70.34%
G = 4.18%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B90B43 (or 0xB90B43) is known color: Cardinal. HEX triplet: B9, 0B and 43. RGB value is (185,11,67). Sum of RGB (Red+Green+Blue) = 185+11+67=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B43 is #46F4BC. Grayscale: #454545. Windows color (decimal): -4650173 or 4393913. OLE color: 4393913.

HSL color Cylindrical-coordinate representation of color #B90B43: hue angle of 340.69º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90B43 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 11 67 -
CMYK 0 0.94 0.64 0.27
HSL 340.69º 0.89% 0.38% -
HSV(B) 340.69º 0.94% 0.73% -
XYZ 21.14 10.96 6.31 -
YUV 69.41 126.65 210.45 -
System Red Green Blue C M Y K H S L
Decimal 185 11 67 0 0.94 0.64 0.27 340.69 0.89 0.38
Hex B9 B 43 0 5E 40 1B 155 59 26
Octal 271 13 103 0 136 100 33 525 131 46
Binary 10111001 1011 1000011 0 1011110 1000000 11011 101010101 1011001 100110

Color Harmonies of #B90B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B43

Black with #B90B43

Text Example


Text Example

White with #B90B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B43; }

 p { color: rgb(185,11,67); }

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

background-color css

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

 a { background-color: rgb(185,11,67); }

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

border-color css

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

 span { border-color: rgb(185,11,67); }

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