Html Css Color HEX #B90330 Cardinal

📋 copy color: '#B90330'

red 185 ◦ green 3 ◦ blue 48

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

Shades of Cardinal #B90330

Tints of Cardinal #B90330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

 BLUE value IS 48 (19.14% from 255) = 20.34%

R = 78.39%
G = 1.27%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90330 (or 0xB90330) is known color: Cardinal. HEX triplet: B9, 03 and 30. RGB value is (185,3,48). Sum of RGB (Red+Green+Blue) = 185+3+48=236 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.39% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 185 - color contains mainly: red. Hex color #B90330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90330 is #46FCCF. Grayscale: #3E3E3E. Windows color (decimal): -4652240 or 3146681. OLE color: 3146681.

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

Color convert

RGB 185 3 48 -
CMYK 0 0.98 0.74 0.27
HSL 345.16º 0.97% 0.37% -
HSV(B) 345.16º 0.98% 0.73% -
XYZ 20.57 10.59 3.76 -
YUV 62.55 119.8 215.34 -
System Red Green Blue C M Y K H S L
Decimal 185 3 48 0 0.98 0.74 0.27 345.16 0.97 0.37
Hex B9 3 30 0 62 4A 1B 159 61 25
Octal 271 3 60 0 142 112 33 531 141 45
Binary 10111001 11 110000 0 1100010 1001010 11011 101011001 1100001 100101

Color Harmonies of #B90330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90330

Black with #B90330

Text Example


Text Example

White with #B90330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90330; }

 p { color: rgb(185,3,48); }

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

background-color css

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

 a { background-color: rgb(185,3,48); }

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

border-color css

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

 span { border-color: rgb(185,3,48); }

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