Html Css Color HEX #B82734 Cardinal

📋 copy color: '#B82734'

red 184 ◦ green 39 ◦ blue 52

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

Shades of Cardinal #B82734

Tints of Cardinal #B82734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.18%

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 66.91%
G = 14.18%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B82734 (or 0xB82734) is known color: Cardinal. HEX triplet: B8, 27 and 34. RGB value is (184,39,52). Sum of RGB (Red+Green+Blue) = 184+39+52=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B82734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82734 is #47D8CB. Grayscale: #535353. Windows color (decimal): -4708556 or 3418040. OLE color: 3418040.

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

Color convert

RGB 184 39 52 -
CMYK 0 0.79 0.72 0.28
HSL 354.62º 0.65% 0.44% -
HSV(B) 354.62º 0.79% 0.72% -
XYZ 21.11 11.89 4.43 -
YUV 83.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 184 39 52 0 0.79 0.72 0.28 354.62 0.65 0.44
Hex B8 27 34 0 4F 48 1C 163 41 2C
Octal 270 47 64 0 117 110 34 543 101 54
Binary 10111000 100111 110100 0 1001111 1001000 11100 101100011 1000001 101100

Color Harmonies of #B82734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82734

Black with #B82734

Text Example


Text Example

White with #B82734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82734; }

 p { color: rgb(184,39,52); }

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

background-color css

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

 a { background-color: rgb(184,39,52); }

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

border-color css

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

 span { border-color: rgb(184,39,52); }

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