Html Css Color HEX #B62628 Cardinal

📋 copy color: '#B62628'

red 182 ◦ green 38 ◦ blue 40

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

Shades of Cardinal #B62628

Tints of Cardinal #B62628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 70%
G = 14.62%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B62628 (or 0xB62628) is known color: Cardinal. HEX triplet: B6, 26 and 28. RGB value is (182,38,40). Sum of RGB (Red+Green+Blue) = 182+38+40=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B62628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62628 is #49D9D7. Grayscale: #515151. Windows color (decimal): -4839896 or 2631350. OLE color: 2631350.

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

Color convert

RGB 182 38 40 -
CMYK 0 0.79 0.78 0.29
HSL 359.17º 0.65% 0.43% -
HSV(B) 359.17º 0.79% 0.71% -
XYZ 20.37 11.48 3.15 -
YUV 81.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 182 38 40 0 0.79 0.78 0.29 359.17 0.65 0.43
Hex B6 26 28 0 4F 4E 1D 167 41 2B
Octal 266 46 50 0 117 116 35 547 101 53
Binary 10110110 100110 101000 0 1001111 1001110 11101 101100111 1000001 101011

Color Harmonies of #B62628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62628

Black with #B62628

Text Example


Text Example

White with #B62628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62628; }

 p { color: rgb(182,38,40); }

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

background-color css

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

 a { background-color: rgb(182,38,40); }

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

border-color css

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

 span { border-color: rgb(182,38,40); }

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