Html Css Color HEX #B5262B Cardinal

📋 copy color: '#B5262B'

red 181 ◦ green 38 ◦ blue 43

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

Shades of Cardinal #B5262B

Tints of Cardinal #B5262B

RGB

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

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

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

R = 69.08%
G = 14.5%
B = 16.41%

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

#B5262B (or 0xB5262B) is known color: Cardinal. HEX triplet: B5, 26 and 2B. RGB value is (181,38,43). Sum of RGB (Red+Green+Blue) = 181+38+43=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5262B is #4AD9D4. Grayscale: #515151. Windows color (decimal): -4905429 or 2827957. OLE color: 2827957.

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

Color convert

RGB 181 38 43 -
CMYK 0 0.79 0.76 0.29
HSL 357.9º 0.65% 0.43% -
HSV(B) 357.9º 0.79% 0.71% -
XYZ 20.19 11.38 3.42 -
YUV 81.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 181 38 43 0 0.79 0.76 0.29 357.9 0.65 0.43
Hex B5 26 2B 0 4F 4C 1D 166 41 2B
Octal 265 46 53 0 117 114 35 546 101 53
Binary 10110101 100110 101011 0 1001111 1001100 11101 101100110 1000001 101011

Color Harmonies of #B5262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5262B

Black with #B5262B

Text Example


Text Example

White with #B5262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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