Html Css Color HEX #B61E3A Cardinal

📋 copy color: '#B61E3A'

red 182 ◦ green 30 ◦ blue 58

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

Shades of Cardinal #B61E3A

Tints of Cardinal #B61E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.11%

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 67.41%
G = 11.11%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B61E3A (or 0xB61E3A) is known color: Cardinal. HEX triplet: B6, 1E and 3A. RGB value is (182,30,58). Sum of RGB (Red+Green+Blue) = 182+30+58=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61E3A is #49E1C5. Grayscale: #4E4E4E. Windows color (decimal): -4841926 or 3808950. OLE color: 3808950.

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

Color convert

RGB 182 30 58 -
CMYK 0 0.84 0.68 0.29
HSL 348.95º 0.72% 0.42% -
HSV(B) 348.95º 0.84% 0.71% -
XYZ 20.52 11.18 5.08 -
YUV 78.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 182 30 58 0 0.84 0.68 0.29 348.95 0.72 0.42
Hex B6 1E 3A 0 54 44 1D 15D 48 2A
Octal 266 36 72 0 124 104 35 535 110 52
Binary 10110110 11110 111010 0 1010100 1000100 11101 101011101 1001000 101010

Color Harmonies of #B61E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61E3A

Black with #B61E3A

Text Example


Text Example

White with #B61E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61E3A; }

 p { color: rgb(182,30,58); }

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

background-color css

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

 a { background-color: rgb(182,30,58); }

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

border-color css

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

 span { border-color: rgb(182,30,58); }

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