Html Css Color HEX #B5233B Cardinal

📋 copy color: '#B5233B'

red 181 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #B5233B

Tints of Cardinal #B5233B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

 BLUE value IS 59 (23.44% from 255) = 21.45%

R = 65.82%
G = 12.73%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5233B (or 0xB5233B) is known color: Cardinal. HEX triplet: B5, 23 and 3B. RGB value is (181,35,59). Sum of RGB (Red+Green+Blue) = 181+35+59=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5233B is #4ADCC4. Grayscale: #515151. Windows color (decimal): -4906181 or 3875765. OLE color: 3875765.

HSL color Cylindrical-coordinate representation of color #B5233B: hue angle of 350.14º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5233B is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 35 59 -
CMYK 0 0.81 0.67 0.29
HSL 350.14º 0.68% 0.42% -
HSV(B) 350.14º 0.81% 0.71% -
XYZ 20.45 11.34 5.25 -
YUV 81.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 181 35 59 0 0.81 0.67 0.29 350.14 0.68 0.42
Hex B5 23 3B 0 51 43 1D 15E 44 2A
Octal 265 43 73 0 121 103 35 536 104 52
Binary 10110101 100011 111011 0 1010001 1000011 11101 101011110 1000100 101010

Color Harmonies of #B5233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5233B

Black with #B5233B

Text Example


Text Example

White with #B5233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5233B; }

 p { color: rgb(181,35,59); }

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

background-color css

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

 a { background-color: rgb(181,35,59); }

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

border-color css

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

 span { border-color: rgb(181,35,59); }

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