Html Css Color HEX #B90534 Cardinal

📋 copy color: '#B90534'

red 185 ◦ green 5 ◦ blue 52

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

Shades of Cardinal #B90534

Tints of Cardinal #B90534

RGB

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

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

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

R = 76.45%
G = 2.07%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B90534 (or 0xB90534) is known color: Cardinal. HEX triplet: B9, 05 and 34. RGB value is (185,5,52). Sum of RGB (Red+Green+Blue) = 185+5+52=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B90534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90534 is #46FACB. Grayscale: #404040. Windows color (decimal): -4651724 or 3409337. OLE color: 3409337.

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

Color convert

RGB 185 5 52 -
CMYK 0 0.97 0.72 0.27
HSL 344.33º 0.95% 0.37% -
HSV(B) 344.33º 0.97% 0.73% -
XYZ 20.68 10.67 4.22 -
YUV 64.18 121.13 214.18 -
System Red Green Blue C M Y K H S L
Decimal 185 5 52 0 0.97 0.72 0.27 344.33 0.95 0.37
Hex B9 5 34 0 61 48 1B 158 5F 25
Octal 271 5 64 0 141 110 33 530 137 45
Binary 10111001 101 110100 0 1100001 1001000 11011 101011000 1011111 100101

Color Harmonies of #B90534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90534

Black with #B90534

Text Example


Text Example

White with #B90534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90534; }

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

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

background-color css

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

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

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

border-color css

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

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

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