Html Css Color HEX #B8233B Cardinal

📋 copy color: '#B8233B'

red 184 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #B8233B

Tints of Cardinal #B8233B

RGB

 RED value IS 184 (72.27% from 255) = 66.19%

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

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

R = 66.19%
G = 12.59%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8233B (or 0xB8233B) is known color: Cardinal. HEX triplet: B8, 23 and 3B. RGB value is (184,35,59). Sum of RGB (Red+Green+Blue) = 184+35+59=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8233B is #47DCC4. Grayscale: #525252. Windows color (decimal): -4709573 or 3875768. OLE color: 3875768.

HSL color Cylindrical-coordinate representation of color #B8233B: hue angle of 350.34º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B8233B is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 35 59 -
CMYK 0 0.81 0.68 0.28
HSL 350.34º 0.68% 0.43% -
HSV(B) 350.34º 0.81% 0.72% -
XYZ 21.16 11.71 5.28 -
YUV 82.29 114.86 200.55 -
System Red Green Blue C M Y K H S L
Decimal 184 35 59 0 0.81 0.68 0.28 350.34 0.68 0.43
Hex B8 23 3B 0 51 44 1C 15E 44 2B
Octal 270 43 73 0 121 104 34 536 104 53
Binary 10111000 100011 111011 0 1010001 1000100 11100 101011110 1000100 101011

Color Harmonies of #B8233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8233B

Black with #B8233B

Text Example


Text Example

White with #B8233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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