Html Css Color HEX #B90734 Cardinal

📋 copy color: '#B90734'

red 185 ◦ green 7 ◦ blue 52

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

Shades of Cardinal #B90734

Tints of Cardinal #B90734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.31%

R = 75.82%
G = 2.87%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B90734 (or 0xB90734) is known color: Cardinal. HEX triplet: B9, 07 and 34. RGB value is (185,7,52). Sum of RGB (Red+Green+Blue) = 185+7+52=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B90734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90734 is #46F8CB. Grayscale: #414141. Windows color (decimal): -4651212 or 3409849. OLE color: 3409849.

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

Color convert

RGB 185 7 52 -
CMYK 0 0.96 0.72 0.27
HSL 344.83º 0.93% 0.38% -
HSV(B) 344.83º 0.96% 0.73% -
XYZ 20.7 10.71 4.23 -
YUV 65.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 185 7 52 0 0.96 0.72 0.27 344.83 0.93 0.38
Hex B9 7 34 0 60 48 1B 159 5D 26
Octal 271 7 64 0 140 110 33 531 135 46
Binary 10111001 111 110100 0 1100000 1001000 11011 101011001 1011101 100110

Color Harmonies of #B90734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90734

Black with #B90734

Text Example


Text Example

White with #B90734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90734; }

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

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

background-color css

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

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

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

border-color css

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

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

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