Html Css Color HEX #B90234 Cardinal

📋 copy color: '#B90234'

red 185 ◦ green 2 ◦ blue 52

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

Shades of Cardinal #B90234

Tints of Cardinal #B90234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 77.41%
G = 0.84%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B90234 (or 0xB90234) is known color: Cardinal. HEX triplet: B9, 02 and 34. RGB value is (185,2,52). Sum of RGB (Red+Green+Blue) = 185+2+52=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B90234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90234 is #46FDCB. Grayscale: #3E3E3E. Windows color (decimal): -4652492 or 3408569. OLE color: 3408569.

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

Color convert

RGB 185 2 52 -
CMYK 0 0.99 0.72 0.27
HSL 343.61º 0.98% 0.37% -
HSV(B) 343.61º 0.99% 0.73% -
XYZ 20.65 10.61 4.21 -
YUV 62.42 122.13 215.43 -
System Red Green Blue C M Y K H S L
Decimal 185 2 52 0 0.99 0.72 0.27 343.61 0.98 0.37
Hex B9 2 34 0 63 48 1B 158 62 25
Octal 271 2 64 0 143 110 33 530 142 45
Binary 10111001 10 110100 0 1100011 1001000 11011 101011000 1100010 100101

Color Harmonies of #B90234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90234

Black with #B90234

Text Example


Text Example

White with #B90234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90234; }

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

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

background-color css

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

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

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

border-color css

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

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

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