Html Css Color HEX #B90830 Cardinal

📋 copy color: '#B90830'

red 185 ◦ green 8 ◦ blue 48

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

Shades of Cardinal #B90830

Tints of Cardinal #B90830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

 BLUE value IS 48 (19.14% from 255) = 19.92%

R = 76.76%
G = 3.32%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90830 (or 0xB90830) is known color: Cardinal. HEX triplet: B9, 08 and 30. RGB value is (185,8,48). Sum of RGB (Red+Green+Blue) = 185+8+48=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B90830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90830 is #46F7CF. Grayscale: #414141. Windows color (decimal): -4650960 or 3147961. OLE color: 3147961.

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

Color convert

RGB 185 8 48 -
CMYK 0 0.96 0.74 0.27
HSL 346.44º 0.92% 0.38% -
HSV(B) 346.44º 0.96% 0.73% -
XYZ 20.63 10.7 3.77 -
YUV 65.48 118.14 213.25 -
System Red Green Blue C M Y K H S L
Decimal 185 8 48 0 0.96 0.74 0.27 346.44 0.92 0.38
Hex B9 8 30 0 60 4A 1B 15A 5C 26
Octal 271 10 60 0 140 112 33 532 134 46
Binary 10111001 1000 110000 0 1100000 1001010 11011 101011010 1011100 100110

Color Harmonies of #B90830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90830

Black with #B90830

Text Example


Text Example

White with #B90830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90830; }

 p { color: rgb(185,8,48); }

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

background-color css

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

 a { background-color: rgb(185,8,48); }

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

border-color css

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

 span { border-color: rgb(185,8,48); }

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