Html Css Color HEX #B6253E Cardinal

📋 copy color: '#B6253E'

red 182 ◦ green 37 ◦ blue 62

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

Shades of Cardinal #B6253E

Tints of Cardinal #B6253E

RGB

 RED value IS 182 (71.48% from 255) = 64.77%

 GREEN value IS 37 (14.84% from 255) = 13.17%

 BLUE value IS 62 (24.61% from 255) = 22.06%

R = 64.77%
G = 13.17%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6253E (or 0xB6253E) is known color: Cardinal. HEX triplet: B6, 25 and 3E. RGB value is (182,37,62). Sum of RGB (Red+Green+Blue) = 182+37+62=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B6253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6253E is #49DAC1. Grayscale: #535353. Windows color (decimal): -4840130 or 4072886. OLE color: 4072886.

HSL color Cylindrical-coordinate representation of color #B6253E: hue angle of 349.66º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6253E is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 37 62 -
CMYK 0 0.80 0.66 0.29
HSL 349.66º 0.66% 0.43% -
HSV(B) 349.66º 0.8% 0.71% -
XYZ 20.82 11.62 5.7 -
YUV 83.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 182 37 62 0 0.80 0.66 0.29 349.66 0.66 0.43
Hex B6 25 3E 0 50 42 1D 15E 42 2B
Octal 266 45 76 0 120 102 35 536 102 53
Binary 10110110 100101 111110 0 1010000 1000010 11101 101011110 1000010 101011

Color Harmonies of #B6253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6253E

Black with #B6253E

Text Example


Text Example

White with #B6253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6253E; }

 p { color: rgb(182,37,62); }

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

background-color css

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

 a { background-color: rgb(182,37,62); }

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

border-color css

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

 span { border-color: rgb(182,37,62); }

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