Html Css Color HEX #B90838 Cardinal

📋 copy color: '#B90838'

red 185 ◦ green 8 ◦ blue 56

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

Shades of Cardinal #B90838

Tints of Cardinal #B90838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.49%

R = 74.3%
G = 3.21%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B90838 (or 0xB90838) is known color: Cardinal. HEX triplet: B9, 08 and 38. RGB value is (185,8,56). Sum of RGB (Red+Green+Blue) = 185+8+56=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B90838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90838 is #46F7C7. Grayscale: #424242. Windows color (decimal): -4650952 or 3672249. OLE color: 3672249.

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

Color convert

RGB 185 8 56 -
CMYK 0 0.96 0.70 0.27
HSL 343.73º 0.92% 0.38% -
HSV(B) 343.73º 0.96% 0.73% -
XYZ 20.81 10.77 4.72 -
YUV 66.4 122.14 212.6 -
System Red Green Blue C M Y K H S L
Decimal 185 8 56 0 0.96 0.70 0.27 343.73 0.92 0.38
Hex B9 8 38 0 60 46 1B 158 5C 26
Octal 271 10 70 0 140 106 33 530 134 46
Binary 10111001 1000 111000 0 1100000 1000110 11011 101011000 1011100 100110

Color Harmonies of #B90838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90838

Black with #B90838

Text Example


Text Example

White with #B90838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90838; }

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

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

background-color css

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

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

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

border-color css

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

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

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