Html Css Color HEX #B5262E Cardinal

📋 copy color: '#B5262E'

red 181 ◦ green 38 ◦ blue 46

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

Shades of Cardinal #B5262E

Tints of Cardinal #B5262E

RGB

 RED value IS 181 (71.09% from 255) = 68.3%

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

 BLUE value IS 46 (18.36% from 255) = 17.36%

R = 68.3%
G = 14.34%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5262E (or 0xB5262E) is known color: Cardinal. HEX triplet: B5, 26 and 2E. RGB value is (181,38,46). Sum of RGB (Red+Green+Blue) = 181+38+46=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5262E is #4AD9D1. Grayscale: #515151. Windows color (decimal): -4905426 or 3024565. OLE color: 3024565.

HSL color Cylindrical-coordinate representation of color #B5262E: hue angle of 356.64º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5262E is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 38 46 -
CMYK 0 0.79 0.75 0.29
HSL 356.64º 0.65% 0.43% -
HSV(B) 356.64º 0.79% 0.71% -
XYZ 20.24 11.41 3.72 -
YUV 81.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 181 38 46 0 0.79 0.75 0.29 356.64 0.65 0.43
Hex B5 26 2E 0 4F 4B 1D 165 41 2B
Octal 265 46 56 0 117 113 35 545 101 53
Binary 10110101 100110 101110 0 1001111 1001011 11101 101100101 1000001 101011

Color Harmonies of #B5262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5262E

Black with #B5262E

Text Example


Text Example

White with #B5262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5262E; }

 p { color: rgb(181,38,46); }

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

background-color css

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

 a { background-color: rgb(181,38,46); }

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

border-color css

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

 span { border-color: rgb(181,38,46); }

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