Html Css Color HEX #B5262C Cardinal

📋 copy color: '#B5262C'

red 181 ◦ green 38 ◦ blue 44

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

Shades of Cardinal #B5262C

Tints of Cardinal #B5262C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.73%

R = 68.82%
G = 14.45%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5262C (or 0xB5262C) is known color: Cardinal. HEX triplet: B5, 26 and 2C. RGB value is (181,38,44). Sum of RGB (Red+Green+Blue) = 181+38+44=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5262C is #4AD9D3. Grayscale: #515151. Windows color (decimal): -4905428 or 2893493. OLE color: 2893493.

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

Color convert

RGB 181 38 44 -
CMYK 0 0.79 0.76 0.29
HSL 357.48º 0.65% 0.43% -
HSV(B) 357.48º 0.79% 0.71% -
XYZ 20.2 11.39 3.52 -
YUV 81.44 106.88 199.01 -
System Red Green Blue C M Y K H S L
Decimal 181 38 44 0 0.79 0.76 0.29 357.48 0.65 0.43
Hex B5 26 2C 0 4F 4C 1D 165 41 2B
Octal 265 46 54 0 117 114 35 545 101 53
Binary 10110101 100110 101100 0 1001111 1001100 11101 101100101 1000001 101011

Color Harmonies of #B5262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5262C

Black with #B5262C

Text Example


Text Example

White with #B5262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5262C; }

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

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

background-color css

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

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

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

border-color css

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

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

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