Html Css Color HEX #B90542 Cardinal

📋 copy color: '#B90542'

red 185 ◦ green 5 ◦ blue 66

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

Shades of Cardinal #B90542

Tints of Cardinal #B90542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 66 (26.17% from 255) = 25.78%

R = 72.27%
G = 1.95%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B90542 (or 0xB90542) is known color: Cardinal. HEX triplet: B9, 05 and 42. RGB value is (185,5,66). Sum of RGB (Red+Green+Blue) = 185+5+66=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B90542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90542 is #46FABD. Grayscale: #414141. Windows color (decimal): -4651710 or 4326841. OLE color: 4326841.

HSL color Cylindrical-coordinate representation of color #B90542: hue angle of 339.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90542 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 66 -
CMYK 0 0.97 0.64 0.27
HSL 339.67º 0.95% 0.37% -
HSV(B) 339.67º 0.97% 0.73% -
XYZ 21.05 10.82 6.13 -
YUV 65.77 128.13 213.04 -
System Red Green Blue C M Y K H S L
Decimal 185 5 66 0 0.97 0.64 0.27 339.67 0.95 0.37
Hex B9 5 42 0 61 40 1B 154 5F 25
Octal 271 5 102 0 141 100 33 524 137 45
Binary 10111001 101 1000010 0 1100001 1000000 11011 101010100 1011111 100101

Color Harmonies of #B90542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90542

Black with #B90542

Text Example


Text Example

White with #B90542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90542; }

 p { color: rgb(185,5,66); }

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

background-color css

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

 a { background-color: rgb(185,5,66); }

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

border-color css

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

 span { border-color: rgb(185,5,66); }

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