Html Css Color HEX #B5262D Cardinal

📋 copy color: '#B5262D'

red 181 ◦ green 38 ◦ blue 45

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

Shades of Cardinal #B5262D

Tints of Cardinal #B5262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.05%

R = 68.56%
G = 14.39%
B = 17.05%

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

#B5262D (or 0xB5262D) is known color: Cardinal. HEX triplet: B5, 26 and 2D. RGB value is (181,38,45). Sum of RGB (Red+Green+Blue) = 181+38+45=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5262D is #4AD9D2. Grayscale: #515151. Windows color (decimal): -4905427 or 2959029. OLE color: 2959029.

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

Color convert

RGB 181 38 45 -
CMYK 0 0.79 0.75 0.29
HSL 357.06º 0.65% 0.43% -
HSV(B) 357.06º 0.79% 0.71% -
XYZ 20.22 11.4 3.62 -
YUV 81.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 181 38 45 0 0.79 0.75 0.29 357.06 0.65 0.43
Hex B5 26 2D 0 4F 4B 1D 165 41 2B
Octal 265 46 55 0 117 113 35 545 101 53
Binary 10110101 100110 101101 0 1001111 1001011 11101 101100101 1000001 101011

Color Harmonies of #B5262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5262D

Black with #B5262D

Text Example


Text Example

White with #B5262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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