Html Css Color HEX #B90735 Cardinal

📋 copy color: '#B90735'

red 185 ◦ green 7 ◦ blue 53

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

Shades of Cardinal #B90735

Tints of Cardinal #B90735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 75.51%
G = 2.86%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B90735 (or 0xB90735) is known color: Cardinal. HEX triplet: B9, 07 and 35. RGB value is (185,7,53). Sum of RGB (Red+Green+Blue) = 185+7+53=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B90735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90735 is #46F8CA. Grayscale: #414141. Windows color (decimal): -4651211 or 3475385. OLE color: 3475385.

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

Color convert

RGB 185 7 53 -
CMYK 0 0.96 0.71 0.27
HSL 344.49º 0.93% 0.38% -
HSV(B) 344.49º 0.96% 0.73% -
XYZ 20.73 10.72 4.35 -
YUV 65.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 185 7 53 0 0.96 0.71 0.27 344.49 0.93 0.38
Hex B9 7 35 0 60 47 1B 158 5D 26
Octal 271 7 65 0 140 107 33 530 135 46
Binary 10111001 111 110101 0 1100000 1000111 11011 101011000 1011101 100110

Color Harmonies of #B90735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90735

Black with #B90735

Text Example


Text Example

White with #B90735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90735; }

 p { color: rgb(185,7,53); }

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

background-color css

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

 a { background-color: rgb(185,7,53); }

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

border-color css

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

 span { border-color: rgb(185,7,53); }

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