Html Css Color HEX #B9263E Cardinal

📋 copy color: '#B9263E'

red 185 ◦ green 38 ◦ blue 62

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

Shades of Cardinal #B9263E

Tints of Cardinal #B9263E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 64.91%
G = 13.33%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9263E (or 0xB9263E) is known color: Cardinal. HEX triplet: B9, 26 and 3E. RGB value is (185,38,62). Sum of RGB (Red+Green+Blue) = 185+38+62=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9263E is #46D9C1. Grayscale: #545454. Windows color (decimal): -4643266 or 4073145. OLE color: 4073145.

HSL color Cylindrical-coordinate representation of color #B9263E: hue angle of 350.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9263E is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 38 62 -
CMYK 0 0.79 0.66 0.27
HSL 350.2º 0.66% 0.44% -
HSV(B) 350.2º 0.79% 0.73% -
XYZ 21.57 12.05 5.75 -
YUV 84.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 185 38 62 0 0.79 0.66 0.27 350.2 0.66 0.44
Hex B9 26 3E 0 4F 42 1B 15E 42 2C
Octal 271 46 76 0 117 102 33 536 102 54
Binary 10111001 100110 111110 0 1001111 1000010 11011 101011110 1000010 101100

Color Harmonies of #B9263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9263E

Black with #B9263E

Text Example


Text Example

White with #B9263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9263E; }

 p { color: rgb(185,38,62); }

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

background-color css

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

 a { background-color: rgb(185,38,62); }

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

border-color css

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

 span { border-color: rgb(185,38,62); }

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