Html Css Color HEX #B90843 Cardinal

📋 copy color: '#B90843'

red 185 ◦ green 8 ◦ blue 67

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

Shades of Cardinal #B90843

Tints of Cardinal #B90843

RGB

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

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

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

R = 71.15%
G = 3.08%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B90843 (or 0xB90843) is known color: Cardinal. HEX triplet: B9, 08 and 43. RGB value is (185,8,67). Sum of RGB (Red+Green+Blue) = 185+8+67=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B90843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90843 is #46F7BC. Grayscale: #434343. Windows color (decimal): -4650941 or 4393145. OLE color: 4393145.

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

Color convert

RGB 185 8 67 -
CMYK 0 0.96 0.64 0.27
HSL 340º 0.92% 0.38% -
HSV(B) 340º 0.96% 0.73% -
XYZ 21.11 10.89 6.3 -
YUV 67.65 127.64 211.7 -
System Red Green Blue C M Y K H S L
Decimal 185 8 67 0 0.96 0.64 0.27 340 0.92 0.38
Hex B9 8 43 0 60 40 1B 154 5C 26
Octal 271 10 103 0 140 100 33 524 134 46
Binary 10111001 1000 1000011 0 1100000 1000000 11011 101010100 1011100 100110

Color Harmonies of #B90843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90843

Black with #B90843

Text Example


Text Example

White with #B90843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90843; }

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

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

background-color css

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

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

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

border-color css

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

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

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