Html Css Color HEX #B9262B Cardinal

📋 copy color: '#B9262B'

red 185 ◦ green 38 ◦ blue 43

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

Shades of Cardinal #B9262B

Tints of Cardinal #B9262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 69.55%
G = 14.29%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9262B (or 0xB9262B) is known color: Cardinal. HEX triplet: B9, 26 and 2B. RGB value is (185,38,43). Sum of RGB (Red+Green+Blue) = 185+38+43=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9262B is #46D9D4. Grayscale: #525252. Windows color (decimal): -4643285 or 2827961. OLE color: 2827961.

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

Color convert

RGB 185 38 43 -
CMYK 0 0.79 0.77 0.27
HSL 357.96º 0.66% 0.44% -
HSV(B) 357.96º 0.79% 0.73% -
XYZ 21.14 11.87 3.46 -
YUV 82.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 185 38 43 0 0.79 0.77 0.27 357.96 0.66 0.44
Hex B9 26 2B 0 4F 4D 1B 166 42 2C
Octal 271 46 53 0 117 115 33 546 102 54
Binary 10111001 100110 101011 0 1001111 1001101 11011 101100110 1000010 101100

Color Harmonies of #B9262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9262B

Black with #B9262B

Text Example


Text Example

White with #B9262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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