Html Css Color HEX #B90732 Cardinal

📋 copy color: '#B90732'

red 185 ◦ green 7 ◦ blue 50

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

Shades of Cardinal #B90732

Tints of Cardinal #B90732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 76.45%
G = 2.89%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B90732 (or 0xB90732) is known color: Cardinal. HEX triplet: B9, 07 and 32. RGB value is (185,7,50). Sum of RGB (Red+Green+Blue) = 185+7+50=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B90732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90732 is #46F8CD. Grayscale: #414141. Windows color (decimal): -4651214 or 3278777. OLE color: 3278777.

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

Color convert

RGB 185 7 50 -
CMYK 0 0.96 0.73 0.27
HSL 345.51º 0.93% 0.38% -
HSV(B) 345.51º 0.96% 0.73% -
XYZ 20.66 10.7 3.99 -
YUV 65.12 119.47 213.5 -
System Red Green Blue C M Y K H S L
Decimal 185 7 50 0 0.96 0.73 0.27 345.51 0.93 0.38
Hex B9 7 32 0 60 49 1B 15A 5D 26
Octal 271 7 62 0 140 111 33 532 135 46
Binary 10111001 111 110010 0 1100000 1001001 11011 101011010 1011101 100110

Color Harmonies of #B90732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90732

Black with #B90732

Text Example


Text Example

White with #B90732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90732; }

 p { color: rgb(185,7,50); }

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

background-color css

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

 a { background-color: rgb(185,7,50); }

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

border-color css

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

 span { border-color: rgb(185,7,50); }

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