Html Css Color HEX #BF082E Cardinal

📋 copy color: '#BF082E'

red 191 ◦ green 8 ◦ blue 46

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

Shades of Cardinal #BF082E

Tints of Cardinal #BF082E

RGB

 RED value IS 191 (75% from 255) = 77.96%

 GREEN value IS 8 (3.52% from 255) = 3.27%

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 77.96%
G = 3.27%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF082E (or 0xBF082E) is known color: Cardinal. HEX triplet: BF, 08 and 2E. RGB value is (191,8,46). Sum of RGB (Red+Green+Blue) = 191+8+46=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF082E is #40F7D1. Grayscale: #434343. Windows color (decimal): -4257746 or 3016895. OLE color: 3016895.

HSL color Cylindrical-coordinate representation of color #BF082E: hue angle of 347.54º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF082E is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 8 46 -
CMYK 0 0.96 0.76 0.25
HSL 347.54º 0.92% 0.39% -
HSV(B) 347.54º 0.96% 0.75% -
XYZ 22.07 11.45 3.63 -
YUV 67.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 191 8 46 0 0.96 0.76 0.25 347.54 0.92 0.39
Hex BF 8 2E 0 60 4C 19 15C 5C 27
Octal 277 10 56 0 140 114 31 534 134 47
Binary 10111111 1000 101110 0 1100000 1001100 11001 101011100 1011100 100111

Color Harmonies of #BF082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF082E

Black with #BF082E

Text Example


Text Example

White with #BF082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF082E; }

 p { color: rgb(191,8,46); }

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

background-color css

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

 a { background-color: rgb(191,8,46); }

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

border-color css

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

 span { border-color: rgb(191,8,46); }

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